/*通用样式*/

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
    text-decoration: none;
    font-family: "思源黑体";
}


/*删除a标签下划线  设置最多的颜色*/

a:link {
    text-decoration: none;
}


/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}


/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
}


/*指鼠标在链接*/

a:active {
    text-decoration: none;
}


/* 指正在点的链接*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}


/*h标签统一字体大小*/

body {
    font-family: arial;
}


/*页面默认字体样式*/

p {
    color: #333333;
    font-family: "思源黑体";
}

ul {
    list-style: none;
}

.div_list h1,
.div_list h2,
.div_list h3,
.div_list h4,
.div_list h5,
.div_list h6 {
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
}

.div_list .item1 {
    font-size: 14px;
    line-height: 1.6em;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}


/*清浮动*/

.l {
    float: left;
}


/*左浮动*/

.r {
    float: right;
}


/*右浮动*/

.container {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}


/*版心宽度居中相对定位*/

.container-fluid {
    width: 100%;
}


/*通栏*/

.in-header .navbar {
    width: 100%;
    background: none;
    margin-bottom: 0;
    border: 0;
}

.h-zy {
    width: 130px;
    height: 30px;
    background: #2f3238;
    float: right;
    margin-right: -15px;
    cursor: pointer;
    margin-left: 200px;
}

.h-zy p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-left: 35px;
    float: left;
    margin-bottom: 0;
}

.h-zy img {
    width: 12px;
    height: 8px;
    margin: 11px 10px 0 0;
    display: block;
    float: right;
}

.h-zy .fy-bh a {
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    display: block;
    line-height: 30px;
}

.h-logo {
    margin-left: -15px;
}

.h-logo a img {
    width: 220px;
    margin-top: 44px;
    margin-bottom: 40px;
}

.in-header .navbar .nav {
    float: right;
    margin-right: 15px;
}

.nav>li {
    width: 100px;
    height: 82px;
    margin-bottom: 3px;
    margin-left: 20px;
    position: relative;
}

.nav>.on {
    border-bottom: 3px solid #1c489d;
    margin-bottom: 0;
    margin-top: 3px;
}

.yiji {
    position: absolute;
    left: 0px;
    top: 82px;
    background: rgba(0, 0, 0, 0.8);
    width: 262px;
    border-top: 1px solid #2e2f30;
    z-index: 99;
    display: none;
}

.ang .yiji {
    display: block;
}

.yiji>li {
    line-height: 50px;
    padding: 0 14px;
    cursor: pointer;
    position: relative;
}

.yiji>li:hover {
    background: #fff;
}

.yiji>li:hover a {
    color: #000;
}

.yiji>li>a {
    display: block;
    color: #fff;
    padding-left: 6px;
    background: url(../img/navxu.png) repeat-x left top;
}

.navbar-default .navbar-nav>.on>a {
    color: #1c489d;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
    font-size: 16px;
    line-height: 82px;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

.sous {
    width: 18px;
    display: block;
    position: absolute;
    right: 10px;
    top: 63px;
    cursor: pointer;
}

.souso {
    display: none;
}

.souso input {
    width: 155px;
    height: 30px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 85px;
    border: 1px solid #CCCCCC;
    z-index: 9;
    outline: none;
    padding: 0 15px;
}

.navbar-toggle {
    margin-top: 44px;
}

.tu-ceng img {
    width: 100%;
    display: block;
}

.navbar {
    min-height: auto;
}

.zuigao {
    z-index: 99 !important;
}

.swiper1 {
    width: 100%;
    height: 100%;
    background: #fff;
}

.swiper1 a {
    display: block;
    width: 100%;
    height: 100%;
}

#swiper-p1 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    margin-bottom: 15px;
}

#swiper-p1 .swiper-pagination-bullet {
    width: 43px !important;
    height: 7px !important;
    border-radius: 0 !important;
}

#swiper-p2 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    margin-bottom: 15px;
}

#swiper-p2 .swiper-pagination-bullet {
    width: 43px !important;
    height: 7px !important;
    border-radius: 0 !important;
}

#swiper-p3 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    margin-bottom: 15px;
}

#swiper-p3 .swiper-pagination-bullet {
    width: 43px !important;
    height: 7px !important;
    border-radius: 0 !important;
}

#swiper-p4 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    margin-bottom: 15px;
}

#swiper-p4 .swiper-pagination-bullet {
    width: 43px !important;
    height: 7px !important;
    border-radius: 0 !important;
}

#swiper-p5 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    margin-bottom: 15px;
}

#swiper-p5 .swiper-pagination-bullet {
    width: 43px !important;
    height: 7px !important;
    border-radius: 0 !important;
}

#swiper-p6 {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
    margin-bottom: 15px;
}

#swiper-p6 .swiper-pagination-bullet {
    width: 43px !important;
    height: 7px !important;
    border-radius: 0 !important;
}

.swip7 {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.chanp-dh {
    width: 270px;
    height: 458px;
    background: #2f3238;
}

.chanp-dh>p {
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin: 40px 0 30px 0;
    text-align: center;
}

.chanp-dh ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px;
}

.chanp-dh ul li {
    width: 230px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    padding-left: 30px;
}

.chanp-dh ul .on {
    background: #1c489d;
}

.chanp-xinx {
    width: 870px;
    height: 458px;
    border: 1px solid #cccccc;
    position: relative;
}

.swiper1 .swip-tu {
    width: 280px;
    height: 280px;
    line-height: 192px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin-top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper1 .swip-tu img {
    vertical-align: middle;
    max-width: 100%;
}

.swiper1 .swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 136px;
    padding-left: 40px;
}

.swiper1 .swiper-slide a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.swiper1 .swip-wn {
    float: left;
    width: 473px;
    margin-left: 30px;
}

.swiper1 .swip-wn h1 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 35px;
    text-align: center;
}

.swiper1 .swip-wn p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    word-break: break-all;
    /* 内容自动换行 */
}

#swiper6 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

#swiper5 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

#swiper4 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
}

#swiper3 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 7;
}

#swiper2 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 8;
}

#swiper1 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.fang-an {
    padding-bottom: 70px;
}

.fang-b1 {
    font-size: 40px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 60px;
    font-weight: bold;
}

.fang-a {
    display: block;
    width: 138px;
    height: 38px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #b3b3b3;
    font-size: 14px;
    line-height: 38px;
    color: #666666;
    text-align: center;
}

.fang-u1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.fang-u1 li {
    width: 360px;
    margin-bottom: 30px;
    position: relative;
    margin-right: 20px;
}

.fang-u1 li a {
    display: block;
}

.fang-u1 li a>img {
    width: 100%;
}

.fang-u1 li a>p {
    font-size: 24px;
    color: #fff;
    width: 100%;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 97px;
    background-color: #0000005c;
    padding-bottom: 10px;
    padding-top: 10px;
}

.s-news {
    padding-bottom: 80px;
}

.gs-hy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.s-gs {
    width: 48%;
}

.s-hy {
    width: 48%;
}

.s-tb {
    width: 100%;
    padding: 0 20px;
    background: #2f3238;
}

.s-tb>p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
    float: left;
}

.s-tb>a {
    font-size: 14px;
    color: #fff;
    margin: 23px 0;
    float: right;
}

.s-ne {
    padding: 0 20px;
    background: #fff;
    min-height: 80px;
}

.s-ne li {
    border-bottom: 1px solid #e6e6e6;
}

.s-ne li:last-child {
    border-bottom: none;
}

.s-ne li a p {
    font-size: 14px;
    color: #333333;
    padding: 20px 0;
    margin: 0;
}

.s-ne li a p span {
    color: #999999;
    float: right;
}

.di-bv {
    padding-top: 50px;
    min-height: 240px;
}

.di-xx {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.di-xx li p {
    font-size: 18px;
    color: #fff;
    padding-right: 90px;
    font-weight: bold;
}

.di-xx li p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    margin-bottom: ;
}

.di-xx li p:nth-of-type(2) a {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.di-di p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    float: left;
}

.di-di p a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    line-height: 40px;
    margin-bottom: 0;
    float: left;
}

.di-di-d1 {
    width: 338px;
    max-width: 100%;
    margin: 0 auto;
}

.prod-nov {
    height: 260px;
}

.prod-nov p {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-align: left;
    margin-top: 145px;
}

.prod-zs {}

.dizhi {
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin: 30px 0;
    text-align: left;
}

.dizhi a {
    color: #333333;
}

.dizhi a span {
    color: #1c489d;
}

.prod-bt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
}

.prod-bt li {
    width: 285px;
    height: 49px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 49px;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.prod-bt li a {
    display: block;
}

.prod-bt .on {
    height: 49px;
    border-bottom: 3px solid #1c489d;
    color: #1c489d;
}

.prod-lb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.prod-lb li {
    width: 360px;
    height: 400px;
    background: #f5f5f5;
    margin-bottom: 40px;
    padding: 0 24px;
}

.prod-lb li:hover .pr-lb-wn .btns {
    display: flex;
}

.prod-lb li:nth-of-type(3n+2) {
    margin: 0 30px;
}

.pr-lb-tu {
    width: 100%;
    height: 208px;
    line-height: 208px;
    text-align: center;
}

.pr-lb-tu img {
    vertical-align: middle;
    max-width: 208px;
}

.pr-lb-wn h1 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    word-break: break-all;
    /* 内容自动换行 */
    margin: 15px 0 30px;
}

.pr-lb-wn p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    word-break: break-word;
    /* 内容自动换行 基于英文词*/
}

.fn-ye {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 20px 0 79px;
}

.fn-ye li {
    margin-right: 6px;
}

.fn-ye li:last-child {
    margin-right: 0;
}

.fn-ye li a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 0 11px;
    border: 1px solid #999999;
    display: block;
}

.fn-ye li span {
    font-size: 14px;
    color: #1c489d;
    line-height: 30px;
    padding: 0 11px;
    border: 1px solid #1c489d;
    display: block;
}

.xia-xi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.xia-tu {
    width: 380px;
    height: 380px;
    line-height: 380px;
    text-align: center;
    background: #f5f5f5;
}

.xia-tu img {
    vertical-align: middle;
    max-width: 100%;
}

.xia-wn {
    width: 730px;
}

.xia-wn h1 {
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    margin-bottom: 60px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}

.xia-wn p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.canshu {
    width: 100%;
}

.about-nov {
    height: 400px;
}

.about-nov p {
    font-size: 42px;
    color: #ffffff;
    line-height: 42px;
    text-align: left;
    margin-top: 180px;
}

.gs-m {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
}

.dian-h {
    font-size: 36px;
    color: #1c489d;
    line-height: 36px;
    font-weight: bold;
    text-align: left;
    font-family: arial;
}

.gs-lx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 80px 0 50px;
}

.gs-lx li {
    width: 163px;
    /*height: 152px;*/
    text-align: center;
}

.gs-lx li img {}

.gs-lx li h1 {
    font-size: 16px;
    color: #1c489d;
    line-height: 16px;
    font-weight: bold;
}

.gs-lx li p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.gs-dz {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.gs-dz li {
    width: 350px;
    height: 400px;
    background: #f4f4f4;
    margin-bottom: 30px;
    text-align: left;
    padding: 58px 20px;
}

.gs-dz li h1 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 40px;
}

.gs-dz li p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.news-da {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.news-z {
    width: 300px;
}

.news-z h1 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: left;
    line-height: 24px;
    margin-bottom: 29px;
    margin-top: 40px;
}

.new-dh {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.new-dh li {
    width: 300px;
    height: 74px;
    background: url(../img/新闻资讯_06.jpg);
    no-repeat center;
    background-size: 100% 100%;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    overflow: hidden;
}

.new-dh li:first-of-type {
    border-top: 1px solid #e6e6e6;
}

.new-dh li a {
    font-size: 16px;
    color: #333333;
    text-align: left;
    line-height: 74px;
    margin-bottom: 0;
    display: inline-block;
}

.new-dh .on a {
    color: #1c489d;
    border-top: 2px solid #1C489D;
    display: inline-block;
}

.new-dh .on {
    background: url(../img/新闻资讯_03.jpg);
    no-repeat center;
    background-size: 100% 100%;
}

.news-y {}

.news-y li {
    padding: 40px 0;
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
}

.new-rq {
    width: 88px;
    height: 88px;
    background: #f5f5f5;
    float: left;
    text-align: center;
}

.new-rq h1 {
    font-size: 36px;
    color: #b2b2b2;
    line-height: 56px;
    margin: 0;
}

.new-rq p {
    font-size: 16px;
    color: #cccccc;
    line-height: 22px;
    margin: 0;
}

.new-nr {
    width: 675px;
    float: left;
    margin-left: 30px;
}

.new-nr h1 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    height: 24px;
    margin: 0;
    margin-bottom: 35px;
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    word-break: break-all;
    /* 内容自动换行 */
}

.new-nr p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    word-break: break-all;
    /* 内容自动换行 */
}

.new-nr a {
    font-size: 14px;
    line-height: 14px;
    color: #1c489d;
    margin-top: 28px;
}

.sjsj {
    font-size: 14px;
    color: #CCCCCC;
    margin: 10px 0;
    display: none;
}

.new-neir {
    width: 780px;
}

.new-neir h1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    height: 60px;
    line-height: 30px;
    font-weight: bold;
    overflow: hidden;
    /* 溢出隐藏 */
    text-overflow: ellipsis;
    /* 溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    word-break: keep-all;
    /* 内容自动换行 */
    margin-bottom: 5px;
}

.new-neir img {
    max-width: 100%;
}

.zz-sj {
    font-size: 14px;
    color: #999999;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.zz-sj span {
    margin-left: 20px;
}

.shangxia {
    padding: 20px 0 60px;
    border-top: 1px solid #e6e6e6;
}

.shangxia span {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 10px;
    display: block;
}

.shangxia span a {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 10px;
}

#shou-swip {
    width: 100%;
}

#shou-swip img {
    width: 100%;
}

.kjh img {
    max-height: 100%;
}

.new-tutu {
    width: 135px;
    height: 135px;
    text-align: center;
    line-height: 135px;
}

.new-tutu img {
    vertical-align: middle;
    max-width: 100%;
}

.new-nnr {
    margin-left: 10px;
    width: 650px;
}

.wen-x {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
}

label {
    color: #666666;
    height: 44px;
    line-height: 44px;
    margin: 0;
}

.js-ajax-form input {
    border: 1px solid #C2C3C4;
    height: 40px;
    line-height: 40px;
    padding-left: 3px;
    width: 475px;
    outline: none;
}

.js-ajax-form textarea {
    border: 1px solid #C2C3C4;
    height: 157px;
    padding-left: 3px;
    width: 475px;
}

.btn-primary {
    margin: 20px 0;
}

.sousou {
    width: 100%;
    margin-left: 0;
    padding-left: 30px;
}

.submit {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 157px;
    top: 24px;
    display: none;
    background: url(../img/img02.png);
    no-repeat center;
    background-size: 100% 100%;
    border: 0;
}

.h-zy {
    position: relative;
}

.fy-bh {
    position: absolute;
    left: 0px;
    top: 30px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 30px;
    /*border-top: 1px solid #2e2f30;*/
    z-index: 99;
    display: none;
}

.fy-bh>a:hover {
    background: #fff;
    color: #000000;
}

.cp-cs {
    width: 100%;
    height: 50px;
    font-size: 25px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    background: #edf1f5;
    margin-bottom: 30px;
}

.xl-d1 {
    width: 100%;
}

.xl-d2 {}

.cs-bt {
    width: 100%;
    height: 45px;
    background: #edf1f5;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    line-height: 45px;
    padding-left: 6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.cp-cs-bt {
    width: 48%;
}

.cp-cs-bt:nth-of-type(2n) {
    float: right;
}

.cp-cs-bt:nth-of-type(2n+1) {
    float: left;
}

.jt-bt {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    width: 100%;
    word-break: break-all;
}

.jt-cs {
    line-height: 30px;
    color: #333333;
    font-size: 15px;
    width: 100%;
    word-break: break-all;
}

.wx-nb {
    padding: 15px 0 20px 6%;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/prev.png) !important;
    background-size: 100% 100%;
    position: absolute;
    top: 56%;
    left: 6.2%;
    margin-top: -32px;
    width: 59px;
    height: 59px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5000;
    outline: none;
    display: none;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next.png) !important;
    background-size: 100% 100%;
    position: absolute;
    top: 56%;
    right: 6.2%;
    margin-top: -32px;
    width: 59px;
    height: 59px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 5000;
    outline: none;
    display: none;
}

.swiper-button-prev:hover {
    background-image: url(../img/prev2.png) !important;
}

.swiper-button-next:hover {
    background-image: url(../img/next2.png) !important;
}

.tu-ceng:hover .xiaxai {
    display: block;
}

.swiper1 .swiper-slide {
    background: #FFFFFF;
}

.min-dh {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    display: none;
}

.min-dh li {
    width: 25%;
    float: left;
    text-align: center;
}

.min-dh li a {
    font-size: 12px;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
    color: #333;
    font-weight: bold;
    display: block;
}

.min-dh li .on {
    border-bottom: 2px solid #1c489d;
}

.bss-bfb {
    width: 34%;
    float: left;
}

.lbe-wid {
    width: 50%;
    float: right;
}

.sz-db {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
}

.dinggaoi {
    width: 100%;
    height: 115px;
}

.dtimg {
    width: 18px;
    height: 18px;
    background: url(../img/dqimg.png)no-repeat;
    background-size: 100%;
    position: absolute;
    left: 7px;
    top: 5px;
}

#jdyy {
    width: 100%;
}

#jdyy img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

#jdyy img:hover {
    transform: scale(1.1);
}

#jdyy p {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 48px;
    text-align: left;
    padding: 0 33px;
    margin-bottom: 10px;
    background-color: #0000005c;
}

.jdyy .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: #9fa3a7 url(../img/yyy.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: -80px;
    width: 51px;
    height: 51px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
    outline: none;
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}

.jdyy .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: #9fa3a7 url(../img/zzz.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -80px;
    width: 51px;
    height: 51px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
    outline: none;
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
    margin-top: 0px;
}

.cpms p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 20px;
}

.tjcp {
    padding-bottom: 50px;
}

#tjcp {
    width: 100%;
}

#tjcp .swiper-slide {}

#tjcp a {
    display: block;
}

#tjcp .demcp {
    width: 100%;
    height: auto;
    position: static;
    overflow: hidden;
}

#tjcp .demcp>div {
    height: 270px;
    width: 100%;
    line-height: 270px;
    text-align: center;
}

#tjcp .demcp img {
    /* width: 100%; */
    transition: all 0.5s;
}

#tjcp .demcp p {
    width: 100%;
    height: 68px;
    text-align: left;
    line-height: 68px;
    box-sizing: border-box;
    transition: all 0.4s;
    padding: 0 24px;
    margin-bottom: 0;
    background: #bbbaba url(../img/jia.png)no-repeat right 25px center;
    font-size: 15px;
    color: #5f6a84;
}

#tjcp .demcp span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 68px;
    max-width: 100%;
    display: block;
    overflow: hidden;
    /*超出的文本隐藏*/
    text-overflow: ellipsis;
    /*溢出用省略号显示*/
    white-space: nowrap;
    /*溢出不换行*/
}

.hxhc {
    margin-top: 20px;
    width: 100%;
    height: 2px;
    background-color: #BBBABA;
    margin-bottom: 50px;
}

.tjcp .swiper-pagination-bullet {
    width: 48px;
    height: 6px;
    display: inline-block;
    background: rgba(95, 106, 132, 1);
    font-size: 0;
    margin: 0 9px !important;
    border-radius: 0;
    outline: none;
}

.tjcp .swiper-pagination-bullet-active {
    background: rgba(95, 106, 132, 1);
}

.blbuy {
    width: 100%;
    height: 100%;
    background: rgba(0, 119, 214, 0.8);
    position: absolute;
    left: -100%;
    top: 0;
}

.buy_text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70px 45px 0;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

#tjcp .buy_text p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 35px;
    text-align: left;
    height: auto;
    background: none;
    margin-left: -110%;
}

.pjh1 {
    overflow: hidden;
    /*超出的文本隐藏*/
    text-overflow: ellipsis;
    /*溢出用省略号显示*/
    white-space: nowrap;
    /*溢出不换行*/
    transition: width 5s !important;
    -moz-transition: width 5s !important;
    /* Firefox 4 */
    -webkit-transition: width 5s !important;
    /* Safari 和 Chrome */
    -o-transition: width 5s;
    /* Opera */
}

.xjdf {
    background: #0177D6 url(../img/jia2.png)no-repeat right 25px center !important;
    color: #FFFFFF !important;
}

.download {
    display: flex;
    margin: 0 auto;
}

.download ul {
    width: 100%;
}

.download ul li {
    width: 48%;
    border: 1px solid #eee;
    float: left;
    margin: 0px 1%;
    margin-bottom: 35px;
    padding: 18px 24px;
}

.download ul li:hover {
    border-color: #0085e8;
}

.download ul li a .lifl {
    float: left;
    width: 89px;
    height: 91px;
    line-height: 91px;
    border: 1px solid #eee;
    text-align: center;
}

.download ul li a .lifr {
    width: 300px;
    float: left;
    padding-left: 23px;
}

.download ul li a .lifr p {
    margin-bottom: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
}

.download ul li a .lifr .p1 {
    color: #5f6a84;
}

.download ul li a .lifr .p2 {
    color: rgba(95, 106, 132, 0.7);
}

.xz_a {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
    position: relative;
}

.xz_a a {
    background: #5f6a84;
    border: 1px solid #5f6a84;
    text-align: left;
    display: inline-block;
    width: 219px;
    height: 56px;
    color: #fff;
    font-size: 16px;
    line-height: 56px;
    padding-left: 20px;
    box-sizing: border-box;
}

.xz_a a div {
    display: inline-block;
    position: relative;
}

.xz_a a #div1 {
    -webkit-transition: margin-left .5s;
    -moz-transition: margin-left .5s;
    -o-transition: margin-left .5s;
}

.xz_a a #div1:hover {
    margin-left: 40px;
}

.xz_a a:hover {
    background: #0076d6;
    border: 1px solid #0076d6;
}

.xz_a a span {
    float: right;
    padding-right: 10px;
}

.nav>li:last-child {
    display: none;
}